All Questions
4 questions
4votes
2answers
117views
Choosing between field injections and constructor injections for modular Java applications with Spring Boot
I'm six months into a Java training program and have developed a Spring Boot application, adhering to Java's separation of concerns principle. I've organized my application with distinct sections for ...
3votes
0answers
101views
Using functional interface arguments in methods of services injected via Spring
Here is the working code for my Spring service: ...
8votes
2answers
6kviews
Spring password validator library
I recently got rejected at a job interview for submitting this: https://bitbucket.org/gnerr/password-validator The interviewer asked for a password validation library that was configurable via ...
7votes
2answers
13kviews
Spring autowiring in managed beans with support for serialization - is this safe?
Im trying to solve two problems I see with JSF2 and Spring. First @Autowired in @ManagedBean does not work Nor does ...